﻿@charset "utf-8";

/*自动完成城市列表*/
.ac_results{background-color: rgb(255, 255, 255);border:1px solid #ddd;}
.ac_results ul li{padding:0 10px;line-height: 32px;}
.ac_results ul li span{width: 230px;display: block;float: left;cursor: pointer;}
.ac_over, .ac_results li:hover, .ac_over span, .ac_results li:hover span{ background-color:#f6f6f6;}
.ac_results strong{color: #82bf50;font-style: normal;}
.autocomplete{cursor: auto;}


